home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / BBS / MUBBS / WishLs15.cpt / WishList DOCS < prev    next >
Text File  |  1992-01-10  |  3KB  |  64 lines

  1.   ***- Wish List Module -***
  2.      -   Version 1.5    -
  3.       By: Scott Szretter
  4.  (C)1991 Scott Szretter - Please see the file "COPYRITE.SPS"
  5.  
  6. *** PLEASE READ UPDATE NOTES AT END OF THIS DOCUMENTATION! ***
  7.  
  8.     This module will allow your users to create a 'wish list' on your bbs.
  9.  
  10.     To install the module, copy it with resedit (it should be called 'wish' in
  11. the distibution arcive) into the mubbs modules file - renumbering if necessary.
  12.  
  13.    There should be a folder called "wish" in the same directory as your
  14. 'modules' file.
  15.   This folder should contain:
  16.     modulename.info  - The wishlist
  17.     modulename.help  - The user help screen
  18.     modulename.intro - The introduction screen
  19.  (Where modulename is the name of the module.  ("wish") in the distribution
  20. archive.)
  21.   Edit these files with a plain text editor like Jolliwrite, or Vantage, or
  22. MacWrite and save as text.
  23.  
  24.     To call the module, simply call it by it's name.
  25.  
  26.  When the module is called, it will present the user with a menu of 5 commands.
  27.   "Quit" will simply exit the user back to the calling module or menu.
  28.   "Logoff" will log the user off of the system.
  29.   "Display" will display the main or alternate wish list file to the user.
  30.       (modulename.info) or (modulename.alt)
  31.   "Add" will allow the user to add to the main or alternate wish list.
  32.   "Help" will display the file wish.help in the wish folder. (modulename.help)
  33.  
  34.  The actual wish list is kept in a folder called "wish", and the file name is
  35. "modulename.info"   (If the module is called 'wish', then the file would be in
  36. the folder called wish, and the file would be called 'wish.info').
  37.  
  38.     This module has been tested, but I take no responsibility for any damages
  39. that may occur from using this module.
  40.  
  41.     Wish lists are usually lists of software users want, or anything you can
  42. think of.
  43.  
  44.  - Look for more good Modules by Scott Szretter of HMM BBS in Mass.
  45.  
  46.   *** CHANGES IN WISHLIST ***
  47.  
  48. 1.0 -> 1.1 --   Added "Your wish has been added to the list.".
  49.                 Fixed bug in writing to the wishlist (sorry about that...)
  50.  
  51. 1.1 -> 1.2 --  Added sysop display status's, Added date to wish list display,
  52.                Added intro screen, Made help screen come from file, Fixed the
  53.                writing to the log - sorry... & a few cleanups.
  54.  
  55. 1.2 -> 1.3 --  Fixed bug where users wish gets added to INTRO file...
  56.  
  57. 1.3 -> 1.4 --  Made some error reporting improvements, Fixed a POSSIBLE bug,
  58.                added better user interface, Changed programmers name.
  59.  
  60. 1.4 -> 1.5 --  Added the Alternate wish list stuff.
  61.         (if the user level is under 5, the user will only be able to
  62.         see and add to the main wishlist.  If the users level is
  63.         greater than or equal to 5, the user can add to and look at
  64.         either the main or alternate wish lists.)